home *** CD-ROM | disk | FTP | other *** search
/ Spacewalker F97 / Spacewalker F97.iso / RECYCLED / DD7.CFG < prev    next >
Encoding:
Text File  |  1996-11-12  |  740 b   |  18 lines

  1. @$(VCSDRV)/softdev/vcs/master.cfg
  2. alias LOCALDIR = ishield\directx.3\disk2
  3. vcsdir = $(VCSDRV)$(PVCSLOG)/$(LOCALDIR)
  4. referencedir = $(REFDRV)$(PVCSREF)/$(LOCALDIR)
  5.  
  6. # 4/10/95 
  7. # For the build process, we don't want to "bloat" the journal file
  8. # with every vcs operation used. For example, every time the build 
  9. # process sets a version label, a journal file entry is made for each
  10. # file labeled. It is sufficient to set the version label and use the
  11. # journal file for tracking Developer check-ins and check-outs.
  12. # By turning "Journaling" off for the build process, we don't
  13. # pollute the journal file with useless information.
  14. %if "$(JOURNAL)" <> "no" 
  15.   journal = $(VCSDRV)$(AUDIT)\ISHIELD\JOURNAL.VCS
  16. %end
  17. nodeletework
  18.